home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Sound Cards
/
Programming Sound Cards.iso
/
sound_70
/
sb.h
< prev
next >
Wrap
Text File
|
1995-01-01
|
795b
|
24 lines
//------------------------------------------------------------------------------
// Copyright (c) David Welch, 1993
//------------------------------------------------------------------------------
void dspwrite ( unsigned char );
unsigned char dspread ( void );
void sbinit ( void );
void sbmalloc ( void );
void sbsettc ( unsigned char );
void sbplay ( unsigned short );
void sbrec ( unsigned short );
void sbhaltdma ( void );
void spkon ( void );
void spkoff ( void );
unsigned short dmacount ( void );
unsigned char dmastatus ( void );
extern unsigned char *aligned;
//------------------------------------------------------------------------------
// Copyright (c) David Welch, 1993
//------------------------------------------------------------------------------